Equals(object)

Method

Namespace: Diffstore.Entities

Declared in: Diffstore.Entities.Entity<TKey, TValue>


Checks equality agains other objects. If the supplied object is an entity of the same type, compares the keys and values.

Syntax

public override bool Equals(
	object obj
)

Back to index